Day 1
14 August 2024
Day 1 consisted of an introduction to Python 3 using codecademy to learn the basic steps required to begin use. Using YouTube as a starter proved an incredibly useful way to understand the key fundamentals. Programming with Mosh provides high quality and simplistic resources and practice material as to how to download the software required to begin writing Python. Todays learnings:
- Building first Python Program
- Use cases for type conversions: Boolean, String, Number
- Receiving Inputs and concatenation of inputs
- Creating a basic calculator to interpret required conversions to execute program